home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7621 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news-1.csn.net!ub!newserve!rebecca!rpi!not-for-mail
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++.moderated,comp.lang.c++
  4. Subject: Re: STL compatible compilers (followup)
  5. Date: 24 Feb 1996 00:45:47 -0000
  6. Organization: self-employed
  7. Sender: cppmods@netlab.cs.rpi.edu
  8. Approved: herbs@connobj.com
  9. Message-ID: <4gln3r$12n@netlab.cs.rpi.edu>
  10. References: <4gip68$jad@netlab.cs.rpi.edu>
  11. NNTP-Posting-Host: netlab.cs.rpi.edu
  12. X-Original-Date: 23 Feb 1996 22:11:56 GMT
  13.  
  14.  
  15. Warren;
  16.  
  17. >> a list of compilers that are known to be compatible with STL,
  18. >> "STL" is considered to be HP STL, draft standard STL, or some 
  19. >> modified version
  20.  
  21.  
  22.   Have you actually READ the January 1996 draft standard? It has moved 
  23. ahead of the HP version of the STL. It now requires a compiler that can 
  24. support template member functions of template classes, and I don't know 
  25. whether such a thing exists.
  26.  
  27.   So, for example, the standard specifies a functor-aware sort() member 
  28. function in the container list<>, but the HP one has no such thing.
  29.  
  30.   HP's version should be regarded as a demonstration prototype, and as far 
  31. as I am aware it is no longer being upgraded.
  32.  
  33.  
  34. >> Watcom C++ (I have one "not as-is"; is there a public port?)
  35.  
  36.   I ported the HP STL to the Watcom 10.0 compiler early last year. Later, 
  37. Watcom released a new compiler version that can compile HP, and I received 
  38. so little feedback from users of 10.0 that I decided not to keep my port 
  39. up to date with the HP version.
  40.  
  41.   My port is still available at the original STL site, butler.hpl.hp.com 
  42. as the file WAT_STL.ZIP. It contains a complete change list.
  43.  
  44.  
  45.                                    David
  46.  
  47.  
  48.  
  49.       [ Articles to moderate: mailto:c++-submit@netlab.cs.rpi.edu ]
  50.       [  Read the C++ FAQ: http://www.connobj.com/cpp/cppfaq.htm  ]
  51.       [  Moderation policy: http://www.connobj.com/cpp/guide.htm  ]
  52.       [      Comments? mailto:c++-request@netlab.cs.rpi.edu       ]
  53.